check_sync_reboot: check_sync_reboot.c check_sync_reboot.h
	gcc -I../hack_library check_sync_reboot.c -lnet ../hack_library/hack_library.o -o check_sync_reboot
        
clean:
	rm -f check_sync_reboot check_sync_reboot.o

