en avant comme avant !
This commit is contained in:
9
C_Binding/Makefile
Normal file
9
C_Binding/Makefile
Normal 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 $<
|
||||
|
||||
Reference in New Issue
Block a user