diff options
author | Christoph Helma <helma@in-silico.ch> | 2019-04-29 16:15:21 +0200 |
---|---|---|
committer | Christoph Helma <helma@in-silico.ch> | 2019-04-29 16:15:21 +0200 |
commit | 2bc8c17a1b5c0ce6f45b60ad208fd358729f1b73 (patch) | |
tree | 276241ecc9a94693f5655342bf31968ccd56cce0 /Makefile |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3585885 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +sv: sv.c + gcc -lglfw -lGL -lGLEW -lpthread -lm -lasound sv.c -o sv |