hi!
This commit is contained in:
@ -21,7 +21,7 @@ tecs: $(OBJ)
|
|||||||
- rm TecsServer
|
- rm TecsServer
|
||||||
$(CC) $(CFLAGS) -o TecsServer -g tecs.c fortify1.c -lm -L. -ltecsl -L../hardsup -lhlib
|
$(CC) $(CFLAGS) -o TecsServer -g tecs.c fortify1.c -lm -L. -ltecsl -L../hardsup -lhlib
|
||||||
- rm test
|
- rm test
|
||||||
f77 -o test -g test.for tecs_tas.for get_lun.for -L. -ltecsl
|
f77 -o tecs -g test.for tecs_tas.for get_lun.for -L. -ltecsl
|
||||||
clean:
|
clean:
|
||||||
rm *.o
|
rm *.o
|
||||||
rm *.a
|
rm *.a
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "fortify.c"
|
#include "fortify.c"
|
||||||
#ifndef FORTIFY
|
#ifndef FORTIFY
|
||||||
void null(void){};
|
void null(void){}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user