summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <dw@optores.de>2018-04-11 15:09:14 +0200
committerWolfgang Draxinger <dw@optores.de>2018-04-11 15:09:14 +0200
commitb8205128fb4512c62b56c768d84b3848260fdb29 (patch)
tree806618648638d4f5ed8e372cd86b0e459ba97dd8 /Makefile
downloadstopped_exec-b8205128fb4512c62b56c768d84b3848260fdb29.tar.gz
stopped_exec-b8205128fb4512c62b56c768d84b3848260fdb29.tar.bz2
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..69e152a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+stopped_exec: stopped_exec.c
+ $(CC) -o stopped_exec stopped_exec.c