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