uprintf/Makefile
Николай Пузанов 6404730475 Remove -m32 option
2020-12-13 11:05:56 +03:00

8 lines
108 B
Makefile

all: test
test: test.c uprintf.c uprintf.h
gcc -std=c99 -Os -o test test.c uprintf.c
clean:
rm -rf test