diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-04-24 17:09:16 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-04-24 17:09:16 +0100 |
commit | d46fc59c8713fdc2805ed613132f5cfabbcca1c2 (patch) | |
tree | 25695916cf7e75f0c21e92e79b6e2b7c1d5d4d24 /Makefile | |
parent | 2bf7cce2ac5df3a6793c3124da9d7d5639769e04 (diff) |
Removed read_lines -- several fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ CC=gcc -CFLAGS=-Os +CFLAGS=-g all: myed myed: main.c buff.c buff.h $(CC) $(CFLAGS) -o myed main.c buff.c - strip myed +## strip myed |