5 lines
74 B
Makefile
5 lines
74 B
Makefile
all:
|
|
gcc -DMAIN 8051.c `pkg-config --cflags r_util`
|
|
|
|
clean:
|
|
rm -f a.out
|