Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir committed Nov 25, 2024
1 parent d503e90 commit 32e10f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ TEST_SRC = test.c
# Build assignment executable
$(ASSIGNMENT): $(ASSIGNMENT_SRC)
$(CC) $(CFLAGS) -o $(ASSIGNMENT) $(ASSIGNMENT_SRC)
chmod +x $(ASSIGNMENT)

# Build and run test
test: $(ASSIGNMENT) $(TEST_SRC)
Expand All @@ -22,4 +23,4 @@ test: $(ASSIGNMENT) $(TEST_SRC)

# Clean up
clean:
rm -f $(ASSIGNMENT) $(TEST) matrix.txt
rm -f $(ASSIGNMENT) $(TEST) matrix.txt

0 comments on commit 32e10f5

Please sign in to comment.