en avant comme avant !

This commit is contained in:
tTh
2023-02-11 17:05:58 +01:00
parent 6c9f562c13
commit 11d1cfd7de
4 changed files with 34 additions and 0 deletions

9
C_Binding/Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: single_function.o single_subroutine.o
single_function.o: single_function.c Makefile
gcc -Wall -g -c $<
single_subroutine.o: single_subroutine.c Makefile
gcc -Wall -g -c $<