Makefile
author viric@llimona
Wed, 04 Jul 2007 21:45:12 +0200
changeset 13 fd73b72d5752
parent 7 fcde17ef6af6
permissions -rw-r--r--
Added tag v0.1 for changeset f81dd70a9b0b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
10de83d11bd7 Improved makefile
viric@llimona
parents: 0
diff changeset
     1
CFLAGS?=-g -O2
10de83d11bd7 Improved makefile
viric@llimona
parents: 0
diff changeset
     2
all: sreplace
7
fcde17ef6af6 Separated backslash C parser library.
viric@llimona
parents: 1
diff changeset
     3
sreplace: sreplace.o c_str.o
1
10de83d11bd7 Improved makefile
viric@llimona
parents: 0
diff changeset
     4
10de83d11bd7 Improved makefile
viric@llimona
parents: 0
diff changeset
     5
clean:
10de83d11bd7 Improved makefile
viric@llimona
parents: 0
diff changeset
     6
	rm -f sreplace sreplace.o