Remove compiled syscall file

This commit is contained in:
2024-04-19 15:42:25 +02:00
parent 4606d52ef3
commit bc5f87b748
4 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
.PHONY: clean
all: jasmin_syscall.o
jasmin_syscall.o: jasmin_syscall.c jasmin_syscall.h
clean:
rm jasmin_syscall.o || true

Binary file not shown.