Skip to content

Instantly share code, notes, and snippets.

@ProfAvery
Last active October 22, 2024 17:37
Show Gist options
  • Save ProfAvery/0089112fe8d4a2d4e8f5b38dbef21ac1 to your computer and use it in GitHub Desktop.
Save ProfAvery/0089112fe8d4a2d4e8f5b38dbef21ac1 to your computer and use it in GitHub Desktop.
CPSC 458 - C Code from Chapter 6
all: listing_6-01.exe listing_6-02.obj listing_6-06.obj listing_6-08.obj listing_6-10.obj listing_6-12.obj listing_6-14.obj listing_6-16.obj listing_6-18.obj listing_6-18.o listing_6-20.obj listing_6-22.obj listing_6-24.obj listing_6-26.obj listing_6-29.obj
listing_6-01.exe: listing_6-01.c
cl listing_6-01.c
listing_6-02.obj: listing_6-02.c
cl /c listing_6-02.c
listing_6-06.obj: listing_6-06.c
cl /c listing_6-06.c
listing_6-08.obj: listing_6-08.c
cl /c listing_6-08.c
listing_6-10.obj: listing_6-10.c
cl /c listing_6-10.c
listing_6-12.obj: listing_6-12.c
cl /c listing_6-12.c
listing_6-14.obj: listing_6-14.c
cl /c listing_6-14.c
listing_6-16.obj: listing_6-16.c
cl /c listing_6-16.c
listing_6-18.obj: listing_6-18.c
cl /c listing_6-18.c
listing_6-18.o: listing_6-18.c
wsl i686-w64-mingw32-gcc -c listing_6-18.c
listing_6-20.obj: listing_6-20.c
cl /c listing_6-20.c
listing_6-22.obj: listing_6-22.c
cl /c listing_6-22.c
listing_6-24.obj: listing_6-24.c
cl /c listing_6-24.c
listing_6-26.obj: listing_6-26.c
cl /c listing_6-26.c
listing_6-29.obj: listing_6-29.c
cl /c listing_6-29.c
clean:
del *.obj *.o *.exe
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment