source: _old/app/src/lib/Makefile @ 1e121f4

Last change on this file since 1e121f4 was 1e121f4, checked in by Adam Kędziora <s301614@…>, 14 years ago

Replacing old implementation with working implementation

  • Property mode set to 100644
File size: 239 bytes
Line 
1PAR=-Wno-deprecated -O3
2PAR2=-c -Wno-deprecated -O3 -fpermissive
3# -static
4LIB_PATH=../lib
5COMMON_PATH=../common
6
7main: auttools.o word.o copy
8
9clean:
10        rm *.o
11
12copy:
13#ifdef UTT_LIB_DIR
14#       cp -r perl $(UTT_LIB_DIR)/
15#endif
16
17include ./lib.mk
Note: See TracBrowser for help on using the repository browser.