Files
2020-04-17 11:21:31 +02:00

8 lines
131 B
Makefile

example1: example1.c
gcc -o example1 example1.c -L/usr/lib -lsmarpod -I/usr/include
.PHONY: clean
clean:
rm -f *.o example1