plainbin/Makefile

6 lines
83 B
Makefile
Raw Normal View History

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