some cleaning

This commit is contained in:
2017-11-12 17:25:38 +01:00
parent 9edf507423
commit 391a35bd2e
2 changed files with 16 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
SOURCES = main.c
all: ${SOURCES}
cc ${SOURCES} -lX11
run: all
./a.out