plainbin/Makefile

6 lines
83 B
Makefile
Raw Normal View History

2024-06-29 11:39:23 +00:00
CFLAGS?=-pedantic -O0 -s -Wall
CC?=cc
all:
$(CC) plainbin.c $(CFLAGS) -oplainbin