uprintf/Makefile
Николай Пузанов 6bcbbfd725 Initial commit
2020-12-13 09:51:25 +03:00

8 lines
104 B
Makefile

all: test
test: test.c uprintf.c uprintf.h
gcc -Os -m32 -o test test.c uprintf.c
clean:
rm -rf test