diff options
author | FreeArtMan <=> | 2015-09-19 17:22:11 +0100 |
---|---|---|
committer | FreeArtMan <=> | 2015-09-19 17:22:11 +0100 |
commit | 4d44686f727d65b82a7c43121b6e4290c8e3b7ec (patch) | |
tree | fb6b4594fa409adf5be9c3f34ae0fbab82413c6d /Makefile | |
download | radiola-4d44686f727d65b82a7c43121b6e4290c8e3b7ec.tar.gz radiola-4d44686f727d65b82a7c43121b6e4290c8e3b7ec.zip |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7f7d3b4 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +PROJECT=radiola +CC=gcc +CFLAGS= +LDFLAGS= + + +make: + $(CC) radiola.c -o $(PROJECT) |