.PHONY: clean

all: jasmin_syscall.o 

jasmin_syscall.o: jasmin_syscall.c jasmin_syscall.h 

clean:
	rm jasmin_syscall.o || true
