aboutsummaryrefslogtreecommitdiffstats
path: root/q3asm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'q3asm/Makefile')
-rwxr-xr-xq3asm/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/q3asm/Makefile b/q3asm/Makefile
index b53640a..d576a03 100755
--- a/q3asm/Makefile
+++ b/q3asm/Makefile
@@ -1,13 +1,13 @@
-# yeah, couldn't do more simple really
-
-CC=gcc
-CFLAGS=-g -Wall
-
-default: q3asm
-
-q3asm: q3asm.c cmdlib.c
- $(CC) $(CFLAGS) -o $@ $^
-
-clean:
- rm -f q3asm *~ *.o
-
+# yeah, couldn't do more simple really
+
+CC=gcc
+CFLAGS=-g -Wall
+
+default: q3asm
+
+q3asm: q3asm.c cmdlib.c
+ $(CC) $(CFLAGS) -o $@ $^
+
+clean:
+ rm -f q3asm *~ *.o
+