Files
2017-11-12 17:25:38 +01:00

8 lines
74 B
Makefile

SOURCES = main.c
all: ${SOURCES}
cc ${SOURCES} -lX11
run: all
./a.out