Changeset 1879 in orxonox.OLD for orxonox/trunk/core/Makefile
- Timestamp:
- May 8, 2004, 1:12:33 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/Makefile
r1872 r1879 51 51 52 52 .cc.o: 53 @ echo "$@ wird kompiliert..."53 @ echo "$@ is being compiled..." 54 54 @ $(CXX) -c $(CFLAGS) -I$(INCDIR) -o $@ $< 55 55 … … 60 60 61 61 $(TARGET): $(OBJECTS) 62 @ echo "orxonox wird gelinkt..."62 @ echo "orxonox is being linked..." 63 63 @ $(CXX) $(LIBS) -o $(TARGET) $(OBJECTS) 64 64 … … 74 74 75 75 clean: 76 rm -rf *.o *~ 76 rm -rf *.o *~ orxonox 77 77 78 78
Note: See TracChangeset
for help on using the changeset viewer.