]> andersk Git - moira.git/commitdiff
fix make clean
authormar <mar>
Thu, 18 Jan 1990 14:36:35 +0000 (14:36 +0000)
committermar <mar>
Thu, 18 Jan 1990 14:36:35 +0000 (14:36 +0000)
regtape/Makefile

index fe235d0671c9b0b4e2f13f5702bc57c2a37d923a..cd3e7ef09b5995f87bba5b340fac070070ec3b5a 100644 (file)
@@ -30,7 +30,8 @@ personel: personel.o rafnu.o
        cc -o personel personel.o rafnu.o $(LIBS)
 
 clean: 
-       rm -f regtape students personal core
+       rm -f regtape students personel core
+       rm -f students.c personel.c
        rm -f *~ *.o
 
 lint: 
This page took 0.045222 seconds and 5 git commands to generate.