Skip to content

Commit

Permalink
Moved source files into flat structure since there aren't many files …
Browse files Browse the repository at this point in the history
…and it allows easier compilation on Windows.
  • Loading branch information
linguini1 committed Jan 9, 2024
1 parent 84ad2f9 commit b6a63f9
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OUT = gassemble

### SOURCE FILES ###
SRCDIR = src
SRC_FILES = $(shell find $(SRCDIR) -name "*.c")
SRC_FILES = $(wildcard $(SRCDIR)/*.c)
OBJ_FILES = $(patsubst %.c,%.o,$(SRC_FILES))

### WARNINGS ###
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b6a63f9

Please sign in to comment.