s/lib/ipc/g

master
Philippe Pittoli 2023-04-29 01:35:40 +02:00
parent ec78813c59
commit ac9bc915fb
3 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include "./lib.h"
#include "./ipc.h"
int main(void) {
printf ("Calling ipc_hello\n");

View File

@ -9,7 +9,6 @@ lib:
run:
$(VALGRIND) ./app
include ../mk/makefile.valgrind
clean: