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 | |
---|
1 | PAR=-Wno-deprecated -O3 |
---|
2 | PAR2=-c -Wno-deprecated -O3 -fpermissive |
---|
3 | # -static |
---|
4 | LIB_PATH=../lib |
---|
5 | COMMON_PATH=../common |
---|
6 | |
---|
7 | main: auttools.o word.o copy |
---|
8 | |
---|
9 | clean: |
---|
10 | rm *.o |
---|
11 | |
---|
12 | copy: |
---|
13 | #ifdef UTT_LIB_DIR |
---|
14 | # cp -r perl $(UTT_LIB_DIR)/ |
---|
15 | #endif |
---|
16 | |
---|
17 | include ./lib.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.