DD2-monitor/Makefile

13 lines
168 B
Makefile
Raw Normal View History

2018-12-05 16:38:03 +01:00
#
# must be run with gnu make
#
CC = gcc
funcs.o: funcs.c funcs.h Makefile
gcc -Wall -c $<
fake-values: fake-values.c funcs.o Makefile
gcc -Wall $< funcs.o -o $@