chiark / gitweb /
rename project to view; do not clean best
authorIan Jackson <ian@davenant.relativity.greenend.org.uk>
Mon, 31 Dec 2007 12:29:10 +0000 (12:29 +0000)
committerIan Jackson <ian@davenant.relativity.greenend.org.uk>
Mon, 31 Dec 2007 12:29:10 +0000 (12:29 +0000)
Makefile
view.c [moved from project.c with 100% similarity]

index cd1aa6c71f134872503aff514939acfd650659ba..39d43e33335776d784072e59c2454239122e5099 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-TARGETS= minimise primer initial project
+TARGETS= minimise primer initial view
 
 CWARNS=        -Wall -Wwrite-strings -Wpointer-arith -Werror
 
@@ -17,7 +17,7 @@ minimise:     energy.o bgl.o common.o mgraph.o
 primer:                primer.o common.o
                $(CC) $(CFLAGS) -o $@ $^ $(LIBGSL)
 
-project:       project.o common.o mgraph.o
+view:          view.o common.o mgraph.o
                $(CC) $(CFLAGS) -o $@ $^ $(LIBGSL) -L/usr/X11R6/lib -lX11
 
 initial:       generator primer sgtatham/z.typescript
@@ -25,7 +25,10 @@ initial:     generator primer sgtatham/z.typescript
 
 clean:
                rm -f *.o $(TARGETS) *.new *.tmp
-               rm -f best initial
+               rm -f initial
                rm -f *.d
 
+realclean:     clean
+               rm -f best
+
 -include *.d
similarity index 100%
rename from project.c
rename to view.c