Edit

kc3-lang/automake/compile.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-28 06:59:10
    Hash : 5f163bcf
    Message : Added clean targets.

  • compile.am
  • .c.o:
    	$(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
    
    mostlyclean-compile:
    	rm -f *.o core
    
    clean-compile:
    
    distclean-compile:
    	rm -f *.tab.c
    
    maintainer-clean-compile: