Optimization

- Added developer mode
- removed exit_app() function
- moved man.c from /etc/man to /etc
- added varialble for server ip
This commit is contained in:
netbenix 2020-08-13 20:25:28 +02:00
parent f77acacd90
commit d05ed9cd91
6 changed files with 42 additions and 23 deletions

View file

@ -26,5 +26,5 @@ change_dir.o: commands/change_dir.c
$(CC) $(CFLAGS) -c commands/change_dir.c
update_check.o: utils/update_check.c
$(CC) $(CFLAGS) -c utils/update_check.c
man.o: etc/man/man.c
$(CC) $(CFLAGS) -c etc/man/man.c
man.o: etc/man.c
$(CC) $(CFLAGS) -c etc/man.c